| Previous | Chapter Contents | Chapter Top | Next |
The non-General MIDI information structure provides information about non-General MIDI instruments within an instrument component. It is defined by the nonGMInstrumentInfoRecord data type.
struct nonGMInstrumentInfoRecord {
long cmpInstID;
long flags;
long toneNameIndex;
long itxtNameAtomID;
};
typedef struct nonGMInstrumentInfoRecord nonGMInstrumentInfoRecord;
| Previous | Chapter Contents | Chapter Top | Next |